If you find Xdebug useful, please consider supporting the project.

Downloads

Please refer to the installation instructions on how to install Xdebug.

Source

Xdebug is hosted in GIT. The source code can be browsed through github and can be checked out with:

git clone https://github.com/xdebug/xdebug.git

Latest Release

Xdebug 3.3.2
Release date: 2024-04-15

Command Line Debug Client

A lightweight debugging client, mainly used for debugging the DBGp implementation with Xdebug. It can show raw protocol information.

This binary may be used free of charge, but as-is and without warranty. Source code will be available in the future.

Please refer to the documentation to learn about how to use the debug client.

DBGp Proxy

A proxy implementation for the DBGp protocol. For some situations, it allows for multiple developers to debug their application in a shared remote server. For more complex situations, Xdebug Cloud provides a superior alternative.

This binary may be used free of charge, but as-is and without warranty. Source code will be available in the future.

Please refer to the documentation to learn about how to use the DBGp proxy tool.

Historical Releases

Previous releases can be found on the historical releases page. Please refer to the compatibility matrix to find out which one are still supported.